Package com.cisco.pt.ipc.sim.pdu
Interface WirelessHeader
- All Known Implementing Classes:
WirelessHeaderImpl
-
Method Summary
Modifier and TypeMethodDescriptionintgetCrc()getId()voidsetCrc(int crc) voidsetDuration(Short duration) voidsetFrameControl(Short frameControl) voidvoidsetMacAddress1(MACAddress macAddress1) voidsetMacAddress2(MACAddress macAddress2) voidsetMacAddress3(MACAddress macAddress3) voidsetMacAddress4(MACAddress macAddress4) voidsetSequenceControl(Short sequenceControl) voidsetTransportSsid(String transportSsid) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Header
getPayload, setPayloadMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getFrameControl
Short getFrameControl()- Returns:
- Short Returns a Short
-
setFrameControl
- Parameters:
frameControl- Takes in a parameter of frameControl
-
getDuration
Short getDuration()- Returns:
- Short Returns a Short
-
setDuration
- Parameters:
duration- Takes in a parameter of duration
-
getId
Short getId()- Returns:
- Short Returns a Short
-
setId
- Parameters:
id- Takes in a parameter of id
-
getMacAddress1
MACAddress getMacAddress1()- Returns:
- MACAddress Returns a MACAddress
-
setMacAddress1
- Parameters:
macAddress1- Takes in a parameter of macAddress1
-
getMacAddress2
MACAddress getMacAddress2()- Returns:
- MACAddress Returns a MACAddress
-
setMacAddress2
- Parameters:
macAddress2- Takes in a parameter of macAddress2
-
getMacAddress3
MACAddress getMacAddress3()- Returns:
- MACAddress Returns a MACAddress
-
setMacAddress3
- Parameters:
macAddress3- Takes in a parameter of macAddress3
-
getSequenceControl
Short getSequenceControl()- Returns:
- Short Returns a Short
-
setSequenceControl
- Parameters:
sequenceControl- Takes in a parameter of sequenceControl
-
getMacAddress4
MACAddress getMacAddress4()- Returns:
- MACAddress Returns a MACAddress
-
setMacAddress4
- Parameters:
macAddress4- Takes in a parameter of macAddress4
-
getCrc
int getCrc()- Returns:
- int Returns a int
-
setCrc
void setCrc(int crc) - Parameters:
crc- Takes in a parameter of crc
-
getTransportSsid
String getTransportSsid()- Returns:
- String Returns a String
-
setTransportSsid
- Parameters:
transportSsid- Takes in a parameter of transportSsid
-